home *** CD-ROM | disk | FTP | other *** search
/ Super PC 19 / Super PC 19 (Curso OS-2 y shareware).iso / spc / windows / gplotw / docs / 0faq / text0000.txt < prev   
Encoding:
Text File  |  1993-05-25  |  21.2 KB  |  545 lines

  1. Archive-name: graphics/gnuplot-faq
  2. Version: $Header: comp-graphics-gnuplot,v 1.13 93/05/13 10:07:52 ig25 Exp $
  3.  
  4. This is the FAQ (Frequently Answered Questions) list of the
  5. comp.graphics.gnuplot newsgroup, which discusses the gnuplot program for
  6. plotting 2D - and 3D - graphs.
  7.  
  8. Most of the information in this document came from public discussion on
  9. comp.graphics.gnuplot; quotations are believed to be in the public
  10. domain.
  11.  
  12. Here's a list of the questions.  If you are looking for the answer for a
  13. specific question, look for the string Qx.x:  at the beginning of a line,
  14. with x.x being the question number.
  15.  
  16. Questions:
  17.  
  18. Section 0: Meta - Questions
  19. Q0.1: Where do I get this document?
  20. Q0.2: Where do I send comments about this document?
  21.  
  22. Section 1: General Information
  23. Q1.1: What is gnuplot?
  24. Q1.2: How did it come about and why is it called gnuplot?
  25. Q1.3: Does gnuplot have anything to do with the FSF and the GNU project?
  26. Q1.4: What does gnuplot offer?
  27. Q1.5: Is gnuplot suitable for batch processing?
  28. Q1.6: Can I run gnuplot on my computer?
  29.  
  30. Section 2: Setting it up
  31. Q2.1: What is the current version of gnuplot?
  32. Q2.2: Where can I get gnuplot?
  33. Q2.3: How do I get gnuplot to compile on my system?
  34. Q2.4: What documentation is there, and how do I get it?
  35.  
  36. Section 3: Working with it
  37. Q3.1: How do I get help?
  38. Q3.2: How do I print out my graphs?
  39. Q3.3: How do I include my graphs in <word processor>?
  40.  
  41. Section 4: Wanted Features in gnuplot
  42. Q4.1: Does gnuplot have hidden line removal?
  43. Q4.2: Does gnuplot support boxes?
  44.  
  45. Section 5: Miscellaneous
  46. Q5.1: I've found a bug, what do I do?
  47. Q5.2: Can I use gnuplot routines for my own programs?
  48. Q5.3: What extensions have people made to gnuplot?  Where can I get them?
  49. Q5.4: Can I do heavy - duty data processing with gnuplot?
  50. Q5.5: I have ported gnuplot to another system, or patched it.  What do I do?
  51. Q5.6: Where can I get a beta version of gnuplot 3.3?
  52.  
  53. Section 6: Making life easier
  54. Q6.1: How do I plot two functions in non - overlapping regions?
  55. Q6.2: How do I run my data through a filter before plotting?
  56. Q6.3: How do I make it easier to use gnuplot with LaTeX?
  57. Q6.4: Why does gnuplot ignore my very small numbers?
  58. Q6.5: How do I save and restore my settings?
  59.  
  60. Section 7: Credits
  61.  
  62. Questions and Answers:
  63.  
  64. Section 0: Meta - Questions.
  65.  
  66. Q0.1: Where do I get this document?
  67.  
  68. This document is posted about once every two weeks to the newsgroups
  69. comp.graphics.gnuplot, comp.answers and news.answers.  Like many other
  70. FAQ's, it is available via anonymous ftp from rtfm.mit.edu [18.70.0.226]
  71. from the directory /pub/usenet/news.answers under the Archive-Name:  at
  72. the top of the article, graphics/gnuplot-faq.
  73.  
  74. Q0.2: Where do I send comments about this document?
  75.  
  76. Send comments, suggestions etc. via e-mail to Thomas Koenig,
  77. ig25@rz.uni-karlsruhe.de or ig25@dkauni2.bitnet.
  78.  
  79. Section 1: General Information
  80.  
  81. Q1.1: What is gnuplot?
  82.  
  83. Gnuplot is a command-driven interactive function plotting program.  It
  84. can be used to plot functions and data points in both two- and three-
  85. dimensional plots in many different formats, and will accomodate many of
  86. the needs of today's scientists for graphic data representation.
  87. Gnuplot is copyrighted, but freely distributable; you don't have to pay
  88. for it.
  89.  
  90. Q1.2: How did it come about and why is it called gnuplot?
  91.  
  92. The authors of gnuplot are:
  93.  
  94. Thomas Williams, Colin Kelley, Russell Lang, Dave Kotz, John Campbell,
  95. Gershon Elber, Alexander Woo and many others.
  96.  
  97. The following quote comes from Thomas Williams:
  98.  
  99. I was taking a differential equation class and Colin was taking
  100. Electromagnetics, we both thought it'd be helpful to visualize the
  101. mathematics behind them.  We were both working as sys admin for an EE
  102. VLSI lab, so we had the graphics terminals and the time to do some
  103. coding.  The posting was better received than we expected, and prompted
  104. us to add some, albeit lame, support for file data.
  105.  
  106. Any reference to GNUplot is incorrect.  The real name of the program
  107. is "gnuplot".  You see people use "Gnuplot" quite a bit because many
  108. of us have an aversion to starting a sentence with a lower case
  109. letter, even in the case of proper nouns and titles.  Gnuplot is not
  110. related to the GNU project or the FSF in any but the most peripheral
  111. sense.  Our software was designed completely independently and the
  112. name "gnuplot" was actually a compromise.  I wanted to call it
  113. "llamaplot" and Colin wanted to call it "nplot."  We agreed that
  114. "newplot" was acceptable but, we then discovered that there was an
  115. absolutely ghastly pascal program of that name that the Computer
  116. Science Dept. occasionally used.  I decided that "gnuplot" would make
  117. a nice pun and after a fashion Colin agreed.
  118.  
  119. Q1.3: Does gnuplot have anything to do with the FSF and the GNU project?
  120.  
  121. No.  Gnuplot is not covered by the General Public License, either.
  122.  
  123. Q1.4: What does gnuplot offer?
  124.  
  125. - Plotting of two - dimensional functions and data points in many different
  126.   styles (points, lines, error bars)
  127. - plotting of three - dimensional data points and surfaces in many
  128.   different styles (contour plot, mesh).
  129. - support for complex arithmetic
  130. - self - defined functions
  131. - support for a large number of operating systems, graphics file formats
  132.   and devices
  133. - extensive on-line help
  134. - labels for title, axes, data points
  135. - command line editing and history on most platforms
  136.  
  137. Q1.5: Is gnuplot suitable for batch processing?
  138.  
  139. Yes.  You can read in files from the command line, or you can redirect
  140. your standard input to read from a file.  Both data and command files
  141. can be generated automatically, from data acquisition programs or
  142. whatever else you use.
  143.  
  144. Q1.6: Can I run gnuplot on my computer?
  145.  
  146. Gnuplot is available for a number of platforms.  These are:  UNIX (X11
  147. and NeXTSTEP), VAX/VMS, OS/2, MS-DOS, Amiga, MS-Windows, OS-9/68k and
  148. the Macintosh.  Modifications for NEC 8901 are said to exist (where?).
  149. A version for the Atari ST exists at atari.archive.umich.edu, but is
  150. unstable.
  151.  
  152. Section 2: Setting it up
  153.  
  154. Q2.1: What is the current version of gnuplot?
  155.  
  156. The current version of gnuplot is 3.2, patchlevel 2.  Version 3.3
  157. is currently in beta test.  The release will be Version 3.4.
  158.  
  159. Q2.2: Where can I get gnuplot?
  160.  
  161. All of the later addresses refer to ftp sites.  Please note that it is
  162. preferable for you to use the symbolic name, rather than the IP address
  163. given in brackets, because that address is much more subject to change.
  164.  
  165. The official distribution site for the gnuplot source is dartmouth.edu
  166. [129.170.16.4], the file is called /pub/gnuplot/gnuplot.3.2.tar.Z.
  167. Official mirrors of that distribution are (for Australia)
  168. monu1.cc.monash.edu.au [130.194.1.101] and (for Europe) irisa.irisa.fr
  169. [131.254.2.3].  You can also get it from your friendly neighbourhood
  170. comp.sources.misc archive.
  171.  
  172. MS-DOS binaries are available from oak.oakland.edu (North America)
  173. [141.210.10.117] as pub/msdos/plot/gnuplt32.zip, garbo.uwasa.fi (Europe)
  174. [128.214.87.1] as /pc/plot/gnup32.zip and archie.au (Australia)
  175. [139.130.4.6] as micros/pc/oak/plot/gnuplt32.zip.  A version for MS-DOS
  176. with at least a 386 is to be found at simtel-20 and its numerous
  177. mirrors, for example
  178.  
  179. wuarchive.wustl.edu:/mirrors/msdos/plot/gplot386.zip [128.252.135.4]
  180. sun0.urz.uni-heidelberg.de:/pub/msdos/simtel/plot/gplot386.zip
  181.     [129.206.100.126]
  182. isfs.kuis.kyoto-u.ac.jp:/mirrors/simtel20.msdos/plot [130.54.20.1]
  183.  
  184. OS/2 2.0 binaries are at ftp-os2.nmsu.edu [128.123.35.151], in
  185. /pub/os2/2.x/unix/gnu/gplt33b2.zip .
  186.  
  187. Amiga sources and binaries are available from ux1.cso.uiuc.edu
  188. [128.174.5.59] as /pub/amiga/fish/f7/ff701/gnuplot.lzh.
  189.  
  190. The NeXTSTEP front-end can be found at sonata.cc.purdue.edu and
  191. cs.orst.edu.
  192.  
  193. An MS-Windows Version is available, among other servers, from
  194. ftp.cica.indiana.edu:/pub/pc/win3/uploads/?????/wgnuplot.zip, where the
  195. ?????  part refers to the date the latest upload happened (JAN93, for
  196. example).  Please note that wgpt3382.zip is an extremely early alpha
  197. version and should not be used.  A Windows version is included in the
  198. 3.3 beta release and will be in 3.4.
  199.  
  200. A version for OS-9/68K can be found at cabrales.cs.wisc.edu
  201. [128.105.36.20] as /pub/OSK/GRAPHICS/gnuplot32x.tar.Z; it includes both
  202. X-Windows and non - X-windows versions.
  203.  
  204. A version of gnuplot for the Macintosh is included in the gpcontrb
  205. file, or can be found at wuarchive.wustl.edu [128.252.135.4], in
  206. edu/math/mac/graphingAids, as MacGnuPlot3.2.sea.hqx and
  207. MacGnuPlotPackage3.2.sea.hqx.
  208.  
  209. People without ftp access can use an ftp-mail server; send mail to
  210. bitftp@pucc.bitnet (for BITNET only) or ftpmail@decwrl.dec.com with the
  211. word 'help' in the mail body for more information.
  212.  
  213. It is a good idea to look for a nearby ftp site when downloading things.
  214. You can use archie for this.  See if an archie client is installed at
  215. your system (by simply typing archie at the command prompt), or send
  216. mail to archie@sura.net with the word 'help' in both the subject line
  217. and the body of the mail.  However, be aware that the version you find
  218. at a near ftp site may well be out of date; check the last modification
  219. date and the number of bytes against the newest release at one of the
  220. official servers.
  221.  
  222. Q2.3: How do I get gnuplot to compile on my system?
  223.  
  224. As you would any other installation.  Read the files README and
  225. README.Install, edit the Makefile according to taste, and run make or
  226. whatever is suitable for your operating system.
  227.  
  228. If you get a complaint about a missing file libplot.a or something
  229. similar when building gnuplot for x11, remove -DUNIXPLOT from the
  230. TERMFLAGS= line, remove -lplot from the LIBS= line and run again.  If
  231. you are making x11 on a sun, type 'make x11_sun'.
  232.  
  233. Q2.4: What documentation is there, and how do I get it?
  234.  
  235. The documentation is included in the source distribution.  Look at the
  236. docs subdirectory, where you'll find
  237.  
  238.  - a unix man page, which says how to start gnuplot
  239.  - a help file, which also can be printed as a manual
  240.  - a tutorial on using gnuplot with LaTeX
  241.  - a quick reference summary sheet for TeX only
  242.  
  243. PostScript copies of the documentation can be ftp'd from dartmouth.edu,
  244. in pub/gnuplot, as manual.ps.Z and tutorial.ps.Z
  245.  
  246.  
  247. Section 3: Working with it
  248.  
  249. Q3.1: How do I get help?
  250.  
  251. Give the 'help' command at the initial prompt.  After that, keep
  252. looking through the keywords.  Good starting points are 'plot'
  253. and 'set'.
  254.  
  255. Read the manual, if you have it.
  256.  
  257. Ask your colleagues, the system administrator or the person who set
  258. up gnuplot.
  259.  
  260. Post a question to comp.graphics.gnuplot or send mail to the gatewayed
  261. mailing list info-gnuplot@dartmouth.edu.  If you want to subscribe to
  262. the mailing list, send mail to info-gnuplot-request@dartmouth.edu,
  263. but please don't do this if you can get comp.graphics.gnuplot directly.
  264. If you pose a question there, it is considered good form to solicit
  265. e-mail replies and post a summary.
  266.  
  267. Q3.2: How do I print out my graphs?
  268.  
  269. The kind of output produced is determined by the 'set terminal' command;
  270. for example, 'set terminal postscript' will produce the graph in
  271. PostScript format.  Output can be redirected using the 'set output'
  272. command.
  273.  
  274. As an example, the following prints out a graph of sin(x) on a UNIX
  275. machine running X - Windows.
  276.  
  277. gnuplot> plot [-6:6] sin(x)
  278. gnuplot> set terminal postscript
  279. Terminal type set to 'postscript'
  280. Options are 'landscape monochrome "Courier" 14'
  281. gnuplot> set output "sin.ps"
  282. gnuplot> replot
  283. gnuplot> set output                      # set output back to default
  284. gnuplot> set terminal x11                # ditto for terminal type
  285. gnuplot> ! lp -ops sin.ps                # print ps - File (site dependent)
  286. request id is lprint-3433 (standard input)
  287. lp: printed file sin.ps on fg20.rz.uni-karlsruhe.de (5068 Byte)
  288. !
  289. gnuplot>
  290.  
  291. Q3.3: How do I include my graphs in <word processor>?
  292.  
  293. Basically, you save your plot to a file in a format your word processor
  294. can understand (using "set term" and "set output", see above), and then
  295. you read in the plot from your word processor.
  296.  
  297. Details depend on the kind of word processor you use; use "set term" to
  298. get a list of available file formats.
  299.  
  300. Many word processors can use Encapsulated PostScript for graphs.  This
  301. can be generated by the 'set terminal postscript eps' command.  Most
  302. MS-DOS word processors understand HPGL (terminal type hpgl).
  303.  
  304. With TeX, it depends on what you use to print your dvi files.  If you
  305. use dvips or dvi2ps, you can use Encapsulated PostScript.  For
  306. emTeX (popular for MS-DOS), you can use emTeX, otherwise use the
  307. LaTeX terminal type, which generates a picture environment.
  308.  
  309. If nothing else helps, try using the pgm or ppm format and converting it
  310. to a bitmap format your favourite word processor can understand.  An
  311. invaluable tool for this is Jef Poskanzer's PBMPLUS package.
  312.  
  313.  
  314. Section 4:  Wanted Features in gnuplot
  315.  
  316. Q4.1: Does gnuplot have hidden line removal?
  317.  
  318. Version 3.3 supports hidden line removal on all platforms except MS-DOS.
  319. If someone can solve the 64K DGROUP memory problem, it would support
  320. hidden line removal there as well.  Version 3.2 supports hidden line
  321. removal.
  322.  
  323. Q4.2: Does gnuplot support boxes?
  324.  
  325. Version 3.4 will.
  326.  
  327.  
  328. Section 5:  Miscellaneous
  329.  
  330. Q5.1: I've found a bug, what do I do?
  331.  
  332. First, try to see whether it actually is a bug, or whether it is a feature
  333. which may be turned off by some obscure set - command.  If you have a
  334. fairly general sort of bug report, posting to comp.graphics.gnuplot is
  335. probably the way to go.  If you have investigated a problem in detail,
  336. especially if you have a context diff that fixes the problem, please
  337. e-email a report to bug-gnuplot@dartmouth.edu.  The bug-gnuplot list
  338. is for reporting and collecting bug fixes, the comp.graphics.gnuplot
  339. mailing list will be more help for finding work arounds or actually
  340. solving gnuplot related problems.  If you do send in a bug report, be
  341. sure and include the version of gnuplot (including patchlevel), terminal
  342. driver, operating system, an exact description of the bug and input
  343. which can reproduce the bug.  Also, any context diffs should be
  344. referenced against the latest official version of gnuplot if at all
  345. possible.
  346.  
  347. Q5.2: Can I use gnuplot routines for my own programs?
  348.  
  349. Yes.  John Campbell <jdc@nauvax.ucc.nau.edu> has written gplotlib, a
  350. version of gnuplot as C subroutines callable from a C program.  This is
  351. available as gplotlib.tar.Z on the machine ftp.nau.edu in the directory
  352. /pub/gplotlib.tar.Z.  It is also included in the gpcontrb distribution
  353. in the campbell subdirectory.
  354.  
  355. Q5.3: What extensions have people made to gnuplot?  Where can I get them?
  356.  
  357. Extensions have been put into the file gpcontrb.tar.z, which will
  358. officially be available with the 3.4 release.  If you are lucky, you
  359. will be able to download it from:
  360.  
  361.     ftp.cygnus.com:~ftp/pub/incoming/gpcontrb.tar.z
  362.  
  363. That directory is not readable, but getting the file actually works.
  364. Note that it is 2.5 megabytes and compressed using gzip.  The gzip
  365. program is available from everywhere where you can find GNU software.
  366. The main distribution site is prep.ai.mit.edu [18.71.0.38], in the
  367. directory /pub/gnu.
  368.  
  369. For European users, gpcontrb is also available from 
  370.  
  371.     src.doc.ic.ac.uk:/pub/packages/gnuplot/gpcontrb.tar.Z
  372.  
  373. It contains the following subdirectories:
  374.  
  375. bigler subdirectory:
  376.     From: bigler@cicg-calcul.grenet.fr
  377.     Subject: Multiple plots from a FORTRAN program
  378. budelsky subdirectory:
  379.     From: budelsky@haegar.ikp.uni-koeln.de
  380.     Subject: This is the information file for porting GNUPLOT 3.2
  381.         to OS-9/68000
  382. byrne subdirectory:
  383.     From: "Margaret R. Byrne" <mrb2j@kelvin.seas.virginia.edu>
  384.     Subject: congp3d3 preprocessor to draw contour plots on
  385.         irregular regions.
  386. clark subdirectory:
  387.     From: Michael Clark <clarkmp@prony.Colorado.EDU>
  388.     Subject: data filtering: adds point_skip & point_offs
  389. clift subdirectory:
  390.     From: ssclift@neumann.uwaterloo.ca (Simon Clift)
  391.     Subject: Re: Running Gnuplot from FORTRAN, (and C)
  392. green subdirectory:
  393.     From: Roque Donizete de Oliveira <oliveria@engin.umich.edu>
  394.     Subject: Postscript greek symbols in gnuplot, new prologue
  395. hanna subdirectory:
  396.     From: gregor@kafka.saic.com (gregg hanna)
  397.     Subject: x11-library mode, gnulib_x11.[c,h], xlibtest.c,makefile.xlib
  398. klosowski subdirectory:
  399.     From:   Carsten Steger <stegerc@informatik.tu-muenchen.de>
  400.     Subject: New file "klein.dat"
  401.     From: przemek@rrdstrad.nist.gov (Przemek Klosowski)
  402.     Subject: calling GNUplot from Fortran
  403. kocaturk subdirectory:
  404.     From: mustafa@seas.smu.edu (Mustafa Kocaturk)
  405.     Subject: Histograms in Gnuplot
  406. richardson subdirectory:
  407.     From: amr@chiton.ucsd.edu (Tony Richardson)
  408.     Subject: Programmatic control of gnuplot from UNIX
  409. rosendorf subdirectory:
  410.     From:  prf@jprix.che.wisc.edu
  411.     Subject: Multiple plots on a page
  412. vanzandt subdirectory:
  413.     From: James R. Van Zandt <jrv@mitre-bedford.ARPA>
  414.     Subject: Spline generating program
  415. white subdirectory:
  416.     From: gwhite@bionet.bio.dfo.ca
  417.     Subject: Gnuplot 3.2 for Titan 3000
  418. woo subdirectory:
  419.     From: "Alex Woo" <woo@ra-next.arc.nasa.gov>
  420.     Subject: two additional title lines and fixes to errorbar style
  421. yamamoto subdirectory:
  422.         From: "NOBORU YAMAMOTO     " <sun!kekvax.kek.jp!YAMAMOTO@pixar.com>
  423.     Subject: Re: gnuplot on Apple Macintosh, "diff -c" of version 3.0
  424.         (now includes binaries)
  425.  
  426. Q5.4: Can I do heavy - duty data processing with gnuplot?
  427.  
  428. Gnuplot alone is not suited very well for this.  One thing you might try
  429. is fudgit, an interactive multi-purpose fitting program written by
  430. Martin-D. Lacasse.  It can use gnuplot as its graphics back-end and is
  431. available from ftp.physics.mcgill.ca:/pub/Fudgit/fudgit_2.31.tar.Z
  432. [132.206.9.13], and from the main Linux server, tsx-11.mit.edu
  433. [18.172.1.2] and its numerous mirrors around the world as
  434. /pub/linux/sources/usr.bin/fudgit-2.31.tar.z.  Versions are available
  435. for AIX, Data General, HP-UX, IRIX 4, Linux, NeXT, Sun3, Sun4 and Ultrix.
  436.  
  437. You might also want to look at the applications developed by the
  438. Software Tools Group (STG) at the National Center for Supercomputing
  439. Applications.  Ftp to ftp.ncsa.uiuc.edu [141.142.20.50] and get the
  440. file README.BROCHURE for more information.
  441.  
  442. Q5.5: I have ported gnuplot to another system, or patched it.  What do I do?
  443.  
  444. If your patch is small, mail it to bug-gnuplot@dartmouth.edu, with
  445. a thorough description of what the patch is supposed to do, which version
  446. of gnuplot it is relative to, etc.  Please don't mail it to the FAQ
  447. maintainer.
  448.  
  449. If your modifications are extensive (such as a port to another system),
  450. upload your modifications to dartmouth.edu:/pub/dropoff.  Please drop a
  451. note to David.Kotz@dartmouth.edu, the maintainer of the gnuplot
  452. subdirectory there, plus a note to bug-gnuplot@dartmouth.edu.
  453.  
  454. Q5.6: Where can I get a beta version of gnuplot 3.3?
  455.  
  456. You should be able to get it from one of the following sites (not
  457. necessarily all of them):
  458.  
  459. sun.soe.clarkson.edu:~ftp/submit/gnuplot3_3b??.tar.Z
  460. cygnus.com:~ftp/incoming/gnuplot3_3b??.tar.Z
  461. rsm2.physics.uiuc.edu:~ftp/pub/gnuplot/gnuplot3_3b??.tar.Z
  462.  
  463. (where the ?? part is subject to change).
  464.  
  465.  
  466. Section 6: Making life easier
  467.  
  468. Q6.1: How do I plot two functions in non - overlapping regions?
  469.  
  470. Use a parametric plot.  An example:
  471.  
  472. set parametric
  473. a=1
  474. b=3
  475. c=2
  476. d=4
  477. x1(t) = a+(b-a)*t
  478. x2(t) = c+(d-c)*t
  479. f1(x) = sin(x)
  480. f2(x) = x**2/8
  481. plot [t=0:1] x1(t),f1(x1(t)) title "f1", x2(t), f2(x2(t)) title "f2"
  482.  
  483. Q6.2: How do I run my data through a filter before plotting?
  484.  
  485. If your system supports the popen() - function, as UNIX does, you should
  486. be able to run the output through another process such as a short awk
  487. program (use the "help plot datafile" command for an example).
  488. Unfortunately, in 3.2, there is a rather short limitation on the maximum
  489. argument length, so your command line may be truncated (usually, this
  490. will mean that awk cannot find the filename).  Also, you may need to
  491. escape the $ - characters in your awk programs.
  492.  
  493. Version 3.4 will include the thru - keyword for the plot command for
  494. running data files through a gnuplot - defined function.
  495.  
  496. Q6.3: How do I make it easier to use gnuplot with LaTeX?
  497.  
  498. There is a set of LaTeX macros and shell scripts that are meant to
  499. make your life easier when using gnuplot with LaTeX.  This package can
  500. be found on dartmouth.edu [129.170.16.4] in pub/gnuplot/latex.shar, by
  501. David Kotz.  For example, the program "plotskel" can turn a
  502. gnuplot-output file plot.tex into a skeleton file skel.tex, that has
  503. the same size as the original plot but contains no graph.  With the
  504. right macros, the skeleton can be used for preliminary LaTeX passes,
  505. reserving the full graph for later passes, saving tremendous amounts
  506. of time.
  507.  
  508. Q6.4: Why does gnuplot ignore my very small numbers?
  509.  
  510. Gnuplot treats all numbers less than 1e-08 as zero, by default.  Thus,
  511. if you are trying to plot a collection of very small numbers, they may
  512. be plotted as zero.  Worse, if you're plotting on a log scale, they will
  513. be off scale.  Or, if the whole set of numbers is "zero", your range may
  514. be considered empty:
  515.  
  516. gnuplot> plot 'test1'
  517. Warning: empty y range [4.047e-19:3e-11], adjusting to [-1:1]
  518. gnuplot> set yrange [4e-19:3e-11]
  519. gnuplot> plot 'test1'
  520.                      ^
  521.          y range is less than `zero`
  522.  
  523. The solution is to change gnuplot's idea of "zero":
  524.     set zero 1e-20
  525. For more information,
  526.     help set zero
  527.  
  528. Q6.5: How do I save and restore my settings?
  529.  
  530. Use the "save" and "load" commands for this; see "help save" and
  531. "help load" for details.
  532.  
  533.  
  534. Section 7: Credits
  535.  
  536. This list was initially compiled by John Fletcher with contributions
  537. from Russell Lang, John Campbell, David Kotz, Rob Cunningham,
  538. Daniel Lewart and Alex Woo.  Reworked by Thomas Koenig from a draft by
  539. Alex Woo, with corrections and additions from Alex Woo, John Campbell,
  540. Russell Lang, David Kotz and Daniel Lewart.
  541. -- 
  542. Thomas Koenig, ig25@rz.uni-karlsruhe.de, ig25@dkauni2.bitnet
  543. The joy of engineering is to find a straight line on a double
  544. logarithmic diagram.
  545.